home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 52 / setup.exe / NFSCL95.Z / XWPNFS32.INF < prev    next >
Windows Setup INFormation  |  1999-05-19  |  4KB  |  120 lines

  1. [version]
  2. LayoutFile=layout.inf
  3. signature="$CHICAGO$"
  4. Class=NetClient
  5. provider=%V_PROVIDER%
  6.  
  7. [Manufacturer]
  8. %V_XWP%=XWP
  9.  
  10. [XWP]
  11. %XWPRDR.DeviceDesc%=XWPRDR.ndi,XWPRDR
  12.  
  13.  
  14. ;****************************************************************************
  15. ; XWP NFS Client
  16. ;****************************************************************************
  17.  
  18. [XWPRDR.ndi]
  19. AddReg=XWPRDR.ndi.reg
  20. CopyFiles=XWPRDR.ndi.copyfiles,XWPRDR.inf.copyfiles,NFSCLI.copyfiles
  21. DeviceID=XWPRDR
  22.  
  23. [XWPRDR.ndi.reg]
  24. HKR,Ndi,NetworkProvider3,,"XWPNFS32"
  25. HKR,Ndi,DeviceID,,XWPRDR
  26. HKR,Ndi,InstallInf,,"XWPNFS32.INF"
  27. HKR,Ndi,NdiInstaller,,"xwpnfspr.dll,NdiProc"
  28. ; Interfaces
  29. HKR,Ndi\Interfaces,DefUpper,,"winnet4"
  30. HKR,Ndi\Interfaces,UpperRange,,"winnet4"
  31. HKR,Ndi\Interfaces,DefLower,,"tdi"
  32. HKR,Ndi\Interfaces,LowerRange,,"tdi"
  33. HKR,Ndi\Interfaces,ExcludeAny,,"winnet31"
  34. ; Install-Remove Section
  35. HKR,Ndi\Install,,,"XWPRDR.install"
  36. HKR,Ndi\Remove,,,"XWPRDR.remove"
  37. ; Network provider
  38. ; should be the same as HKLM\system\ccs\xwpnp32\networkprovider\name
  39. ;HKR,Ndi,NetworkProvider,,"XWP Network"
  40. ; Context help
  41. HKR,Ndi,HelpText,,%XWPRDR_HELP%
  42.  
  43. [XWPRDR.ndi.copyfiles]
  44. xwpnfspr.dll,,xwtnfspr.dll,36
  45.  
  46. [XWPRDR.inf.copyfiles]
  47. xwpnfs32.inf,,xwtnfs32.inf,36
  48.  
  49. [XWPRDR.install]
  50. AddReg=NFSCLI.addreg
  51. CopyFiles=NFSCLI.copyfiles
  52.  
  53. [XWPRDR.remove]
  54. DelReg=NFSCLI.DelReg
  55. DelFiles=NFSCLI.DelFiles
  56.  
  57. [NFSCLI.addreg]
  58. HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",XWPNFS32,,
  59. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32\NetworkProvider",Name,,"XWP Network"
  60. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32\NetworkProvider",ProviderPath,,"XWPNFS32.dll"
  61. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32\NetworkProvider",Description,,"XWP NFS Network"
  62. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32\NetworkProvider",NetID,1,00,00,16,00
  63. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32\NetworkProvider",V_XWP,,%V_XWP%
  64.  
  65. [NFSCLI.copyfiles]
  66. xwpnfs32.dll,,xwtnfs32.dll,36
  67. xwpnfsrd.vxd,,xwtnfsrd.vxd,36
  68.  
  69. [NFSCLI.DelReg]
  70. HKLM,"SYSTEM\CurrentControlSet\Control\NetworkProvider\Order",XWPNFS32
  71. HKLM,"SYSTEM\CurrentControlSet\Services\XWPNFS32
  72. HKCU,"Software\%V_XWP%\XWPNFS32"
  73.  
  74. [NFSCLI.DelFiles]
  75. xwpnfs32.dll,,,36
  76. xwpnfspr.dll,,,36
  77. xwpnfsrd.vxd,,,36
  78. ;xwpnfs32.inf,,,36
  79.  
  80. ;****************************************************************************
  81. ; Destination Directories
  82. ;****************************************************************************
  83.  
  84. [DestinationDirs]
  85. XWPRDR.ndi.copyfiles  = 11    ; LDID_SYS (System directory)
  86. XWPRDR.inf.copyfiles  = 17    ; LDID_INF (INF directory)
  87. NFSCLI.copyfiles      = 11    ; LDID_SYS (System directory)
  88.  
  89.  
  90. ;****************************************************************************
  91. ; Source Directories
  92. ;****************************************************************************
  93.  
  94. [SourceDisksNames]
  95. 36=%DSK_XWPNFS%,"", 0001
  96.  
  97. [SourceDisksFiles]
  98. xwpnfs32.inf    =36,,1024
  99. xwpnfspr.dll    =36,,1024
  100. xwpnfs32.dll    =36,,1024
  101. xwpnfsrd.vxd    =36,,1024
  102.  
  103.  
  104. ;****************************************************************************
  105. ; Localizable Strings
  106. ;****************************************************************************
  107.  
  108. [strings]
  109. V_PROVIDER="Labtam Europe Ltd."
  110. V_XWP="Labtam"
  111.  
  112. ; Source Disks
  113. DSK_XWPNFS="XWPNFS32 Client Disk"
  114.  
  115. ; Devices
  116. XWPRDR.DeviceDesc="XWPNFS32 Client for NFS Networks"
  117.  
  118. ; Context help
  119. XWPRDR_HELP="The XWPNFS32 Client for NFS Networks enables you to connect to NFS servers and use the files shared on them."
  120.